home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / frame_252 / DoAction.as
Text File  |  2008-03-17  |  249b  |  14 lines

  1. _global.music.setVolume(100);
  2. if(_global.location < 16 or _global.location > 16 and _global.location < 19)
  3. {
  4.    gotoAndPlay(212);
  5. }
  6. if(_global.location == 16)
  7. {
  8.    gotoAndPlay(373);
  9. }
  10. if(_global.location == 19)
  11. {
  12.    gotoAndPlay(513);
  13. }
  14.